home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / love4th.zip / DIR.DOC < prev    next >
Text File  |  1991-10-01  |  3KB  |  124 lines

  1. Documentation
  2. -------------
  3.    If using 'Starting Forth' by Brodie read..
  4.    STARTING.DOC
  5.  
  6.    Program in high level Forth read..
  7.    SOURCE.DOC     SEGMENT.DOC     COMPAT83.DOC   DOSCMD.DOC
  8.    REDEFINE.DOC   SAVE.DOC        VOCABS.DOC     WORKING.DOC
  9.  
  10.    Use the ancillary word sets..
  11.    QUADMATH.DOC    LOCALVAR.DOC   MCFA.DOC       ARRAY.DOC
  12.    PROMPT90.DOC   
  13.  
  14.    Program in assembler read..
  15.    SEGMENT.DOC    CPU80X86.DOC    ASM&LINK.DOC   RPN-ASM.DOC
  16.  
  17.    Understand the workings of L.O.V.E. Forth read..
  18.    L-TECH.DOC     MEMGRAPH.DOC
  19.  
  20. Description of documentation
  21. ----------------------------
  22. L-TECH   DOC
  23.     - a technical note describing how Love Forth was developed
  24.  
  25. STARTING DOC
  26.     - some notes on L.O.V.E. FORTH and the Forth described by Brodie,
  27.       in Starting Forth
  28.  
  29. DOSCMD   DOC
  30.     - describes DOS access from L.O.V.E. Forth
  31.  
  32. SOURCE   DOC
  33.     - describes source code loading from disk
  34.     - describes how to use BLOCK disk storage
  35.  
  36. COMPAT83 DOC
  37.     - descibes differences between L.O.V.E. FORTH and other Forths.
  38.  
  39. VOCABS   DOC
  40.     - describes the functioning of vocabularies
  41.  
  42. REDEFINE DOC
  43.     - describes the redefinition word set
  44.  
  45. SEGMENT  DOC
  46.     - describes how Love Forth uses the 8086 segments
  47.  
  48. CPU80x86 DOC
  49.     - lists how 8086 registers are used
  50.  
  51. ASM&LINK DOC
  52.     - describes the assembler and linker
  53.  
  54. MEMGRAPH DOC
  55.     - the L.O.V.E. Forth Memory Map and examples of how words are
  56.       compiled
  57.  
  58. WORKING  DOC
  59.     - some notes on day to day work in L.O.V.E. Forth
  60.  
  61. DIR      DOC
  62.     - this documentation index
  63.  
  64. Shareware System Programs
  65. -------------------------
  66. GO       BAT    runs the Hyper Helper and LOVES.EXE
  67. BARE     BAT    runs minimum system
  68.  
  69. LOVES    EXE  } share ware demo (includes block disk words)
  70. VASMLINK VTR  }
  71. VUTIL    VTR  }
  72. VSUTIL   VTR  }
  73.  
  74. BUNBLOCK EXE    converts screens files to text files and vice versa
  75.  
  76. HM       EXE  } hyper helper and help file
  77. LOVES    HTX  }
  78.  
  79. Registered Programs
  80. -------------------
  81. BARE     BAT  } minimum system
  82. MIN128   EXE  }
  83. VASMLINK VTR  }
  84. VUTIL    VTR  }
  85.  
  86. Ancillary Word Sets
  87. -------------------
  88. MCFA     TXT  } multiple cfa word set
  89. MCFA     DOC  }
  90.  
  91. ARRAY    TXT  } mcfa array word set
  92. ARRAY    DOC  }
  93.  
  94. PROMPT90 TXT  } developer's special prompt word set
  95. PROMPT90 DOC  }
  96.  
  97. QUADMATH TXT  } the double and quad precision arithmetic word set
  98. QUADMATH DOC  }        and documentation
  99.  
  100. LOCALVAR TXT  } the local variables word set and documentation
  101. LOCALVAR DOC  }
  102.  
  103. LOADRASM TXT  }
  104. RPN-ASM  TXT  } the RPN assembler virtual vocab and documentation
  105. RPN-ASM  DOC  }
  106.  
  107. LOADBLK  TXT  } block disk word set - see SOURCE.DOC
  108. BLOCK    TXT  }
  109. V-BLK83  TXT  }
  110. V-EDIT83 TXT  }
  111. V-VOCABT TXT  }
  112. MISC.TXT      } other words - described in the HyperHelp glossary
  113.  
  114. Source Files for reference purposes
  115. -----------------------------------
  116. KRN128   REF     kernel
  117. V-UTIL83 REF     UTILITIES virtual vocabulary
  118. FASTASM7 REF  }  Assember and linker virtual vocabulary
  119. LINK     REF  }                              NOT INCLUDED IN PACKAGE
  120. LOADIT   REF     System load
  121. COMP83   REF     Compiler words
  122. DOSFACE  REF     DOS access words
  123. V-VOCAB  REF     Virtual vocabulary
  124.